Make defn for gusb_init make decl in usbfree target.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 26 Feb 2006 07:50:22 +0000 (07:50 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 26 Feb 2006 07:50:22 +0000 (07:50 +0000)
gpsbabel/jeeps/gpsusbstub.c

index 04659c3eeeecfc3c2882ba6e17635d746d4fcb00..c902ed628d180b40ca49af6dee6b773e65a2c795 100644 (file)
@@ -43,7 +43,7 @@ gusb_open(const char *portname)
 }
 
 int
-gusb_init()
+gusb_init(const char *portname)
 {
        fatal(no_usb);
 }